﻿html {
	font-size: 100px;height:auto;
}
* {
	-webkit-tap-highlight-color: transparent;
	/*	-webkit-appearance: none;*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 0.14rem;height:auto;
}
table {
	border-collapse: collapse;
}
img {
	border: 0px;
	vertical-align: top;
}
.L {
	float: left;
}
.R {
	float: right;
}
h3 {
	
	font-weight: 100 !important;
}
h1, h2, h3, h4, h5, h6, em, i {
	font-style: normal;
	font-weight: 400;
	outline: none;
}
/*********************************************/
button { /*IE67button变宽解决*/
	overflow: visible;
	padding: 0 .5em;
}
.apple {
	-webkit-appearance: none; /*清除苹果手机特效*/
}
input, textarea {
	border-radius: 0px; /*清除苹果手机特效*/
	outline: none; /*清除Chrome文本框发光*//*-webkit-tap-highlight-color:rgba(0,0,0,0)苹果点击按钮平面闪动*/
}
/*清楚苹果手机按钮*/

input[type="button"], input[type="submit"], input[type="reset"], select, button {
	-webkit-appearance: none;/*去除系统默认的样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);   /* 点击高亮的颜色*/
}
textarea {
	-webkit-appearance: none;
}
input[type="text"] {
	-webkit-appearance: none; /*去除input默认样式*/
}
/*清楚苹果手机按钮*/




select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border:none;
    }







a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #3C3C3C;
}
a:hover {
}
h1, h2, h3, h4, h5, h6, li {
	margin: 0px;
	padding: 0px;
}
ul, div {
	margin: 0px;
	padding: 0px;
	margin: 0 auto;
}
ul {
	list-style: none;
}
li {
	list-style-type: none;
}
.lul li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
:focus {
	outline: none;
}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
}
.food .left{ float:none !important;}
.clear {
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	line-height: 0px;
	font-size: 1px;
	clear: both;
	visibility: hidden;
}
input[type='text'], input[type='password'], textarea {
	border: 1px solid #CCC;
}
input[type='checkbox'] {
	vertical-align: middle;
	width: 15px;
	height: 15px;
}
input[type='radio'] {
	vertical-align: sub;
	width: 15px;
	height: 15px;
}
s {
	text-decoration: none;
}
em {
	font-style: normal;
}
/*******尾部公用*************/


/*************返回*************/

.fanhui {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 25px;
}
.fanhui a {
	border: 1px solid #009FE3;
	padding: 10px 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 1em;
	background: #009FE3;
	color: #FFF;
	display: block;
}
#back-to-top {
	position: fixed;
	right: 10px;
	bottom: 110px;
	z-index: 8888;
	width: 50px;
	height: 50px;
	display: none;
}
#back-to-top img {
	width: 100%;
}
/*************OVER返回*************/
.clear {
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	line-height: 0px;
	font-size: 1px;
	clear: both;
	visibility: hidden;
}
.cur_img {
	text-indent: 0px !important;
}
p {
	line-height: 0.26rem;
	text-align: justify;
}
.Z_ceng {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999999999;
	display: none;
	background: -webkit-linear-gradient(#067BC5, #3D9CD8); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#067BC5, #3D9CD8); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#067BC5, #3D9CD8); /* Firefox 3.6 - 15 */
	background: linear-gradient(#067BC5, #3D9CD8); /* 标准的语法 */
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #B1B1B1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:  #B1B1B1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #B1B1B1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color:  #B1B1B1;
}



.fenye {
	padding-bottom: 0.1rem;
	padding-top: 0.2rem;
	text-align: center;
	clear: both;
}
.ep-pages {
	overflow: hidden;
	display: inline-block;
	margin: 0 auto;
	clear: both;
	text-align: center;
	font-size: 14px;
	vertical-align: top;
}
.ep-pages a, .ep-pages span {
	float: left;
	display: inline-block;
	border: 1px solid #ddd;
	border-right-color: #fff;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 24px;
	padding: 5px 14px;
	overflow: hidden;
	vertical-align: top;
	color: #d40004;
}
.ep-pages span:nth-last-child(1), .ep-pages a:nth-last-child(1) {
	display: block;
	float: left;
	border-right-color: #ddd;
}
.prev {
	float: left;
}
.next {
	float: right;
}
.disabled {
	color: #ccc !important;
}


